/*--- 选项卡---*/
.detailsa_nav {overflow:hidden;}
.detailsa_nav ul {margin:0px;padding:0px;overflow:hidden;}
.detailsa_nav li {width:90px;text-align:center;float:left;font-size:16px;}
.detailsa_nav a {color:#333333;font-size:16px;height:28px;line-height:28px;width:100px;}
.detailsa_active a,.detailsa_nav li:hover a {width:90px;height:28px;display:block;color:#fff;font-size:15px;line-height:28px;background:#005bac;text-align:center;}
.synopsis {overflow:hidden;height:auto;}
.synopsisbox {overflow:hidden;width:100%;padding-top:15px}
@media only screen and (max-width:1025px) {.detailsa_nav {overflow:hidden;margin-top:10px;border-bottom:#eee 1px solid;padding-bottom:5px}
.detailsa_nav li {width:90px;text-align:center;float:left;font-size:15px;}
}
@media only screen and (max-width:750px) {.detailsa_nav {overflow:hidden;margin-top:10px;border-bottom:#eee 1px solid;padding-bottom:5px}
.detailsa_nav li {width:auto;text-align:center;float:left;font-size:15px;padding:0px 5px;margin:0px 2px}
.detailsa_nav a {color:#333333;font-size:15px;height:28px;line-height:28px;width:auto;padding:0px 5px;}
.detailsa_active a,.detailsa_nav li:hover a {width:auto;height:28px;display:block;color:#fff;font-size:15px;line-height:28px;background:#005bac;text-align:center;}
}
